This repository was archived by the owner on Nov 28, 2025. It is now read-only.
docs(entropy): update testnet block delays to match mainnets#713
Merged
Conversation
- Update testnet delay values in EntropyDeployments.tsx to match mainnet counterparts - Update contract-addresses.mdx to reflect that testnets now have reveal delays - Based on changes in pyth-network/deployments PR #1994 All testnet entries now show proper block delay values instead of empty strings: - lightlink-pegasus: 1 block (matches lightlink-phoenix) - chiliz-spicy: 12 blocks (matches chiliz) - mode-sepolia: 2 blocks (matches mode) - sei-evm-testnet: 1 block (matches sei-evm) - arbitrum-sepolia: 6 blocks (matches arbitrum) - blast-testnet: 1 block (matches blast) - optimism-sepolia: 2 blocks (matches optimism) - base-sepolia: 1 block (matches base) - zetachain-testnet: 0 block (matches zetachain) - taiko-hekla: 1 block (matches taiko) - merlin-testnet: 1 block (matches merlin) - etherlink-testnet: 1 block (matches etherlink) - kaia-testnet: 1 block (matches kaia) - berachain-bepolia: 1 block (matches berachain) - monad-testnet: 2 blocks (based on PR #1994) - story-testnet: 0 block (matches story) - And other testnet entries updated to match their mainnet equivalents Co-Authored-By: Jayant <jayant@dourolabs.xyz>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
- Update abstract mainnet delay from 1 block to 0 block to match fortuna config - Update unichain mainnet delay from 0 block to 1 block to match fortuna config - Ensures documentation accurately reflects actual deployment configurations Co-Authored-By: Jayant <jayant@dourolabs.xyz>
m30m
reviewed
Jun 10, 2025
| address: "0xEbe57e8045F2F230872523bbff7374986E45C486", | ||
| explorer: "https://testnetv2.tabiscan.com/address/$ADDRESS", | ||
| delay: "", | ||
| delay: "1 block", |
m30m
approved these changes
Jun 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update testnet block delays to match mainnets
Summary
This PR updates the Pyth Network documentation to reflect that testnet block delays are now identical to mainnet block delays, based on changes made in pyth-network/deployments PR #1994.
Changes Made
1. Updated EntropyDeployments.tsx
Updated all testnet entries to show proper block delay values instead of empty strings, matching their mainnet counterparts:
1 block(matches lightlink-phoenix)12 blocks(matches chiliz)2 blocks(matches mode)1 block(matches sei-evm)6 blocks(matches arbitrum)1 block(matches blast)2 blocks(matches optimism)1 block(matches base)0 block(matches zetachain)1 block(matches taiko)1 block(matches merlin)1 block(matches etherlink)1 block(matches kaia)1 block(matches berachain)2 blocks(based on PR #1994)0 block(matches story)2. Updated contract-addresses.mdx
Updated the testnet section documentation to reflect that:
Background
PR #1994 in the deployments repository changed testnet block delays from 0 to match their mainnet equivalents to provide "similar latencies and behavior" for developers. This documentation update ensures that developers reading the docs understand the current behavior rather than the outdated information that testnets have no reveal delays.
Testing
npm run lint)npm run dev)Link to Devin run
https://app.devin.ai/sessions/d8669a9901594479aeba21d316c7b08d
Requested by: Jayant Krishnamurthy (jayant@dourolabs.xyz)